react 用 axios 打 localhost api server 出現 ERR_NETWORK 錯誤


將 express server 加上 cors 就好囉

npm install cors
import cors from 'cors';
app.use(cors({credentials:true}));
#React #Express #nodejs #cors #Axios






你可能感興趣的文章

Filecoin 礦工前置作業 - 1

Filecoin 礦工前置作業 - 1

Git 的各種狀況劇

Git 的各種狀況劇

Ajax

Ajax






留言討論